Skip to content

chore(deps): bump gradle-wrapper from 9.2.1 to 9.4.1#75

Open
dependabot[bot] wants to merge 1 commit intodevfrom
dependabot/gradle/gradle-wrapper-9.4.1
Open

chore(deps): bump gradle-wrapper from 9.2.1 to 9.4.1#75
dependabot[bot] wants to merge 1 commit intodevfrom
dependabot/gradle/gradle-wrapper-9.4.1

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot bot commented on behalf of github Mar 26, 2026

Bumps gradle-wrapper from 9.2.1 to 9.4.1.

Release notes

Sourced from gradle-wrapper's releases.

9.4.1

The Gradle team is excited to announce Gradle 9.4.1.

Here are the highlights of this release:

  • Java 26 support
  • Non-class-based JVM tests
  • Enhanced console progress bar

Read the Release Notes

We would like to thank the following community members for their contributions to this release of Gradle: akankshaa-00, Attila Kelemen, Björn Kautler, dblood, Dennis Rieks, duvvuvenkataramana, John Burns, Julian, kevinstembridge, Niels Doucet, Philip Wedemann, ploober, Richard Hernandez, Roberto Perez Alcolea, Sebastian Lövdahl, stephan2405, Stephane Landelle, Ujwal Suresh Vanjare, Victor Merkulov, Vincent Potuček, Vladimir Sitnikov.

Upgrade instructions

Switch your build to use Gradle 9.4.1 by updating your wrapper:

./gradlew wrapper --gradle-version=9.4.1 && ./gradlew wrapper

See the Gradle 9.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading.

For Java, Groovy, Kotlin and Android compatibility, see the full compatibility notes.

Reporting problems

If you find a problem with this release, please file a bug on GitHub Issues adhering to our issue guidelines. If you're not sure you're encountering a bug, please use the forum.

We hope you will build happiness with Gradle, and we look forward to your feedback via Twitter or on GitHub.

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Greptile Summary

This PR is a routine Dependabot bump of the Gradle wrapper from 9.2.1 to 9.4.1. All four changed files are auto-generated by ./gradlew wrapper --gradle-version=9.4.1 and are expected to match the canonical Gradle project templates.\n\nKey changes beyond the version number:\n- gradle-wrapper.properties: distributionUrl updated to point to the 9.4.1 distribution ZIP.\n- gradle-wrapper.jar: Binary updated to the 9.4.1 wrapper bootstrap JAR.\n- gradlew / gradlew.bat: Launch mechanism switched from -classpath … GradleWrapperMain to -jar gradle-wrapper.jar (a standard Gradle 9.x change); CLASSPATH variable eliminated accordingly. --enable-native-access=ALL-UNNAMED removed from DEFAULT_JVM_OPTS — Gradle 9.4 handles this internally. Error output in gradlew.bat now explicitly redirected to stderr. APP_HOME resolution tightened with cd -P + printf in the Unix script.\n- No application source files, tests, or build logic are modified.

Confidence Score: 5/5

Safe to merge — purely auto-generated wrapper files with no application code changes.

All four files are auto-generated Gradle wrapper artifacts. The diff is consistent with what ./gradlew wrapper --gradle-version=9.4.1 produces. No application logic, tests, or custom build configuration is touched. Dependabot's compatibility score endpoint also backs the update.

No files require special attention.

Important Files Changed

Filename Overview
gradle/wrapper/gradle-wrapper.properties Version bump from 9.2.1 to 9.4.1 — single line change to distributionUrl, no other modifications
gradle/wrapper/gradle-wrapper.jar Binary wrapper JAR updated to match the 9.4.1 distribution; standard Dependabot artifact
gradlew Auto-generated Unix wrapper script updated: launch mechanism switched from -classpath to -jar, CLASSPATH variable removed, --enable-native-access=ALL-UNNAMED dropped, APP_HOME resolution hardened with printf
gradlew.bat Auto-generated Windows wrapper script updated in parallel with gradlew: same launch/CLASSPATH/JVM option changes plus error messages redirected to stderr; file mode changed from executable to regular (100755→100644)

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[Developer / CI runs ./gradlew] --> B{Wrapper bootstrap}
    B -->|9.2.1 before| C1["java -classpath gradle-wrapper.jar\norg.gradle.wrapper.GradleWrapperMain"]
    B -->|9.4.1 after| C2["java -jar gradle-wrapper.jar"]
    C1 --> D[Download gradle-9.2.1-bin.zip]
    C2 --> E[Download gradle-9.4.1-bin.zip]
    D --> F[Execute Gradle 9.2.1 build]
    E --> G[Execute Gradle 9.4.1 build]
Loading

Reviews (1): Last reviewed commit: "chore(deps): bump gradle-wrapper from 9...." | Re-trigger Greptile

Bumps [gradle-wrapper](https://github.com/gradle/gradle) from 9.2.1 to 9.4.1.
- [Release notes](https://github.com/gradle/gradle/releases)
- [Commits](gradle/gradle@v9.2.1...v9.4.1)

---
updated-dependencies:
- dependency-name: gradle-wrapper
  dependency-version: 9.4.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Mar 26, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants